home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Asm / AB3DIIsrc / LhADecomp.asm < prev    next >
Encoding:
Assembly Source File  |  1995-09-02  |  590 b   |  22 lines

  1. ;-------------------------------------------------------------------------
  2. ;        D0 = Source pointer
  3. ;        A0 = Destination memory pointer
  4. ;        A1 = 16K Workspace
  5. ;        A2 = 65K Workspace
  6. ;        D1 = Pointer to list of the form:
  7. ;        
  8. ;           LONG <offset>
  9. ;           LONG <length>
  10. ;
  11. ;        NB: Terminated by _two_ zero longwords.
  12. ;
  13. ;        (If D1 = 0 then the entire source file is decompressed).
  14. ;-------------------------------------------------------------------------
  15.  
  16. UnLhA:
  17.     IFNE    AGA
  18.     incbin    "abinc:Decomp4_030.raw"
  19.     ELSE
  20.     incbin    "abinc:Decomp4.raw"
  21.     ENDC
  22.